home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1996 April
/
Macworld (1996-04).dmg
/
Shareware World
/
Entertainment
/
General
/
Xconq 7.0.1
/
lib
/
simple.g
< prev
next >
Wrap
Text File
|
1995-08-22
|
287b
|
14 lines
(game-module "simple"
(blurb "trivial game")
)
;;; This game definition is about as simple as you
;;; can get and still have a working game.
(terrain-type plains (color "green") (char "+"))
(unit-type human (image-name "person") (char "@")
(start-with 1)
(acp-per-turn 4)
)